03. Quiz: What will this look like?

Given this XML snippet, which of the following renderings do you think is the correct match ?

<ImageView
        app:srcCompat="@mipmap/ic_launcher"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:padding="64dp"
        android:layout_marginTop="64dp"
        android:background="@color/colorPrimary" />

views & view groups

Choose the number that corresponds to the correct rendering for the specified xml code.

SOLUTION: 1